Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        error: {
            code: string;
            fields?: readonly FieldError[];
            message: string;
            meta?: Record<string, unknown>;
            requestId: string;
            timestamp: string;
        };
    }
    Index

    Properties

    Properties

    error: {
        code: string;
        fields?: readonly FieldError[];
        message: string;
        meta?: Record<string, unknown>;
        requestId: string;
        timestamp: string;
    }