Informatica · JSON Structure

Informatica Platform Rest Error Response Structure

Type: object Properties: 5
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

ErrorResponse is a JSON Structure definition published by Informatica, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@type statusCode message description requestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "statusCode": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}