mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-error | Error | Error | Error | pythonsdk |
|
/tools/sdk/python/v2025/models/error |
|
Error
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detail_code | str | DetailCode is the text of the status code returned | [optional] |
| messages | []ErrorMessage | [optional] | |
| tracking_id | str | TrackingID is the request tracking unique identifier | [optional] |
| } |
Example
from sailpoint.v2025.models.error import Error
error = Error(
detail_code='Internal Server Error',
messages=[
sailpoint.v2025.models.error_message_is_the_standard_api_error_response_message_type/.ErrorMessage is the standard API error response message type.(
locale = 'en-US',
locale_origin = 'DEFAULT',
text = 'This is an error', )
],
tracking_id='9cd03ef80e6a425eb6b11bdbb057cdb4'
)