Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.83 KB

errordetails.schema.md

File metadata and controls

76 lines (48 loc) · 1.83 KB

Error details information Schema

https://ns.adobe.com/xdm/datatypes/errorDetails

Error details information.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted datatypes/errordetails.schema.json

Error details information Example

{
  "xdm:ID": "errorID",
  "xdm:source": "player"
}

Error details information Properties

Property Type Required Defined by
xdm:ID string Optional Error details information (this schema)
xdm:source enum Optional Error details information (this schema)
* any Additional this schema allows additional properties

xdm:ID

Error ID

The error ID.

xdm:ID

  • is optional
  • type: string
  • defined in this schema

xdm:ID Type

string

All instances must conform to this regular expression (test examples here):

^.{1,}$

xdm:source

Error Source

The error source.

xdm:source

  • is optional
  • type: enum
  • defined in this schema

The value of this property must be equal to one of the known values below.

xdm:source Known Values

Value Description
player Player source.
external External source.