@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
api/nebius/common/error/v1alpha1
InternalError
Interface InternalError
Generic internal error.
interface
InternalError
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.common.error.v1alpha1.InternalError"
;
requestId
:
string
;
traceId
:
string
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
request
Id
trace
Id
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.common.error.v1alpha1.InternalError"
request
Id
requestId
:
string
Error request ID.
trace
Id
traceId
:
string
Trace ID for the failing request.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
request
Id
trace
Id
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...
Generic internal error.