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

    Interface InnerErrorType

    interface InnerErrorType {
        code: string;
        message: string;
        statusCode: number;
    }
    Index

    Properties

    code: string
    message: string
    statusCode: number