StorageError interface

Extends

Error

Properties

code
requestId
statusCode

Inherited Properties

message
name
stack

Property Details

code

code?: string

Property Value

string

requestId

requestId?: string

Property Value

string

statusCode

statusCode?: number

Property Value

number

Inherited Property Details

message

message: string

Property Value

string

Inherited From Error.message

name

name: string

Property Value

string

Inherited From Error.name

stack

stack?: string

Property Value

string

Inherited From Error.stack