Globus SDK for JavaScript
    Preparing search index...

    Type Alias GError

    type GError = {
        code: string;
        error_data?: Record<string, unknown> | GError[];
        message: string;
        request_id: string;
        status: number;
    }
    Index

    Properties

    code: string
    error_data?: Record<string, unknown> | GError[]
    message: string
    request_id: string
    status: number