@joblist/components - v0.3.4
    Preparing search index...

    Interface ApiError

    interface ApiError {
        errcode: string;
        error: string;
        provider?: string;
        status?: number;
    }
    Index

    Properties

    errcode: string

    Error code identifier

    error: string

    Error message

    provider?: string

    Provider that generated the error

    status?: number

    HTTP status code