Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Error Response Structure

Type: object Properties: 3
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

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

Properties

errorCode errorMessage details

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": {
    "errorCode": {
      "type": "integer"
    },
    "errorMessage": {
      "type": "string"
    },
    "details": {
      "type": "array"
    }
  }
}