anyline-js
    Preparing search index...

    Interface LegacyErrorObject

    interface LegacyErrorObject {
        code: number;
        message: string;
    }
    Index

    Properties

    Properties

    code: number
    message: string