Advanced Micro Devices · JSON Structure

Rocm Api Error Response Structure

API error response.

Type: object Properties: 2
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Rocm Api Error Response Structure is a JSON Structure definition published by Advanced Micro Devices, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

code message

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "rocm-api-error-response-structure.json",
  "title": "ErrorResponse",
  "description": "API error response.",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": ""
    },
    "message": {
      "type": "string",
      "description": ""
    }
  }
}