videosphere
Preparing search index...
lib/platforms/types
PlatformUploadError
Interface PlatformUploadError
Defines the shape of platform upload error.
interface
PlatformUploadError
{
code
:
string
;
message
:
string
;
statusCode
?:
number
;
details
?:
string
;
}
Index
Properties
code
message
status
Code?
details?
Properties
code
code
:
string
message
message
:
string
Optional
status
Code
statusCode
?:
number
Optional
details
details
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
status
Code
details
videosphere
Loading...
Defines the shape of platform upload error.