Globus SDK for JavaScript
Preparing search index...
@globus/sdk
search
GError
Type Alias GError
See
https://docs.globus.org/api/search/errors/
type
GError
=
{
code
:
string
;
error_data
?:
Record
<
string
,
unknown
>
|
GError
[]
;
message
:
string
;
request_id
:
string
;
status
:
number
;
}
Index
Properties
code
error_
data?
message
request_
id
status
Properties
code
code
:
string
Optional
error_
data
error_data
?:
Record
<
string
,
unknown
>
|
GError
[]
message
message
:
string
request_
id
request_id
:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
error_
data
message
request_
id
status
Globus SDK for JavaScript
Loading...
See
https://docs.globus.org/api/search/errors/