GetFormDefinitionByKey400Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detail_code | str | [optional] | |
| messages | []ErrorMessage | [optional] | |
| status_code | int | [optional] | |
| tracking_id | str | [optional] | |
| } |
Example
from sailpoint.beta.models.get_form_definition_by_key400_response import GetFormDefinitionByKey400Response
get_form_definition_by_key400_response = GetFormDefinitionByKey400Response(
detail_code='',
messages=[
sailpoint.beta.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', )
],
status_code=56,
tracking_id=''
)