@ingeze/api-error - v1.0.8
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        details?: Record<string, unknown>;
        message: string;
        statusCode: number;
        success: boolean;
        type: string;
    }
    Index

    Properties

    details?: Record<string, unknown>
    message: string
    statusCode: number
    success: boolean
    type: string