@myinterview/global-api-sdk
    Preparing search index...

    Interface IApiErrorObj

    interface IApiErrorObj {
        callId?: string;
        errorCode: number;
        errorDetails?: string;
        errorMessage: string | ValidationError[];
        statusCode: STATUS_CODES;
        statusReason: string;
        time: number | Date;
    }
    Index

    Properties

    callId?: string
    errorCode: number
    errorDetails?: string
    errorMessage: string | ValidationError[]
    statusCode: STATUS_CODES
    statusReason: string
    time: number | Date