Interface HttpErrorOptions

interface HttpErrorOptions {
    cause?: unknown;
    errorCode?: string;
    metadata?: RepresentationMetadata;
}

Implemented by

Properties

cause?: unknown
errorCode?: string