StorageSyncApiError interface

Error type

Properties

code

Error code of the given entry.

details

Error details of the given entry.

innerError

Inner error details of the given entry.

message

Error message of the given entry.

target

Target of the given error entry.

Property Details

code

Error code of the given entry.

code?: string

Property Value

string

details

Error details of the given entry.

details?: StorageSyncErrorDetails

Property Value

innerError

Inner error details of the given entry.

innerError?: StorageSyncInnerErrorDetails

Property Value

message

Error message of the given entry.

message?: string

Property Value

string

target

Target of the given error entry.

target?: string

Property Value

string