Globus SDK for JavaScript
    Preparing search index...

    Type Alias ErrorDocument

    type ErrorDocument = {
        authorization_parameters?: AuthorizationRequirementsError["authorization_parameters"];
        code: string;
        message: string;
        request_id: string;
        resource: string;
    }
    Index

    Properties

    If a Globus Auth policy failure was encountered, and caused the error, this property will be present.

    code: string
    message: string
    request_id: string
    resource: string