@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ApiError

    API Error response

    interface ApiError {
        message: string;
        code?: string;
        status: number;
    }
    Index

    Properties

    Properties

    message: string
    code?: string
    status: number