InternalError interface

An object containing more specific information than the parent object about the error.

Properties

code

Detailed error code.

innererror

The error object.

Property Details

code

Detailed error code.

code?: string

Property Value

string

innererror

The error object.

innererror?: InternalError

Property Value