Node.js SDK for digi.me
    Preparing search index...

    Interface ApiError

    interface ApiError {
        code: string;
        message: string;
        reference?: string;
        statusCode?: number;
        statusMessage?: string;
    }
    Index

    Properties

    code: string
    message: string
    reference?: string
    statusCode?: number
    statusMessage?: string