HoneyHive TypeScript API SDK
    Preparing search index...

    Interface ErrorResponse

    The standard error response shape returned by the server's error handler for all non-2xx responses.

    interface ErrorResponse {
        errorCode: string;
        message: string;
        statusCode: number;
        success: boolean;
    }
    Index

    Properties

    errorCode: string
    message: string
    statusCode: number
    success: boolean