An error that includes an authorization_parameters property, a.k.a "G.A.R.E".
A well-known error shape is provided by services when additional authorization requirements must be met by the session.
This object can be converted to parameters accepted by Globus Auth using sdk.errors.toAuthorizationQueryParams().
At the moment, most Globus services do not guarentee a code property for this error type.
Once it becomes more common, this type (and the isAuthorizationRequirementsError function) should be updated.
An error that includes an
authorization_parameters
property, a.k.a "G.A.R.E".A well-known error shape is provided by services when additional authorization requirements must be met by the session. This object can be converted to parameters accepted by Globus Auth using
sdk.errors.toAuthorizationQueryParams()
.