Skip to main content

SearchFormDefinitionsByTenant400Response

Properties

NameTypeDescriptionNotes
detail_codestr[optional]
messages[]ErrorMessage[optional]
status_codeint[optional]
tracking_idstr[optional]
}

Example

from sailpoint.beta.models.search_form_definitions_by_tenant400_response import SearchFormDefinitionsByTenant400Response

search_form_definitions_by_tenant400_response = SearchFormDefinitionsByTenant400Response(
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=''
)

[Back to top]