Documentation
    Preparing search index...

    Interface ApiError

    API error response

    interface ApiError {
        debug?: any;
        message: string;
        request: any;
        trace?: any;
    }
    Index

    Properties

    debug?: any

    Extra debugging information

    message: string

    Error message

    request: any

    Source of error

    trace?: any

    Stack trace