Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Interface ApiErrorResponse

    Error envelope commonly returned by the Partner API on non-2xx status.

    interface ApiErrorResponse {
        message?: string;
        error?: string;
        statusCode?: number;
    }
    Index

    Properties

    message?: string
    error?: string
    statusCode?: number