Type encapsulating extra info on an error in an SDK operation.

interface ErrorInfo {
    readableErrorCode: string;
}

Properties

readableErrorCode: string