Package version:

Interface ExceptionResponse

Error.

interface ExceptionResponse {
    error?: ServiceError;
}

Properties

Properties

error?: ServiceError

API error details.