Share via


Error object

The Error object contains info about an error that is returned by the Live SDK.

Valid object paths

None.

Structures

The Error object contains the following structures.

Structure

Type

Description

error

object

Info about the error.

code (error object)

string

The error code.

message (error object)

string

The error message.

Example

The following is an example of an Error object.

{
   "error": {
      "code": "request_token_expired", 
      "message": "The provided access token has expired."
   }
}

See also

REST objects