Typescript SDK Type Docs
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        error?: string;
        error_description?: string;
        errors?: ErrorObject[];
        message: string;
        statusCode: number;
    }
    Index

    Properties

    error?: string
    error_description?: string
    errors?: ErrorObject[]
    message: string
    statusCode: number