Skip to main content

GetVendorConnectorMappings405Response

Properties

NameTypeDescriptionNotes
error_nameobjectA message describing the error[optional]
error_messageobjectDescription of the error[optional]
tracking_idstrUnique tracking id for the error.[optional]
}

Example

from sailpoint.v3.models.get_vendor_connector_mappings405_response import GetVendorConnectorMappings405Response

get_vendor_connector_mappings405_response = GetVendorConnectorMappings405Response(
error_name=NotSupportedException,
error_message=Cannot consume content type,
tracking_id='e7eab60924f64aa284175b9fa3309599'
)

[Back to top]