SW Combine SDK
    Preparing search index...

    Interface APIErrorResponse

    interface APIErrorResponse {
        error: string;
        error_description?: string;
        message?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    error: string
    error_description?: string
    message?: string