OBJECT

ManagementEndpointErrorResponse

Management Endpoint Error Response

link GraphQL Schema definition

  • type ManagementEndpointErrorResponse {
  • # Error code for the failure
  • errorCode: Int
  • # Error message for the failure
  • errorMessage: String
  • # Management Endpoint Id or Management Endpoint Credential Id depending on the
  • # request
  • id: String
  • }