Package version:

Interface InnerError

Inner error details.

interface InnerError {
    errordetail?: string;
    exceptiontype?: string;
}

Properties

errordetail?: string

The internal error message or exception dump.

exceptiontype?: string

The exception type.