StorageSyncErrorDetails interface
Error Details object.
Properties
code | Error code of the given entry. |
exception |
Exception type of the given entry. |
hashed |
Hashed message of the given entry. |
http |
HTTP error code of the given entry. |
http |
HTTP method of the given entry. |
message | Error message of the given entry. |
request |
Request URI of the given entry. |
target | Target of the given entry. |
Property Details
code
Error code of the given entry.
code?: string
Property Value
string
exceptionType
Exception type of the given entry.
exceptionType?: string
Property Value
string
hashedMessage
Hashed message of the given entry.
hashedMessage?: string
Property Value
string
httpErrorCode
HTTP error code of the given entry.
httpErrorCode?: string
Property Value
string
httpMethod
HTTP method of the given entry.
httpMethod?: string
Property Value
string
message
Error message of the given entry.
message?: string
Property Value
string
requestUri
Request URI of the given entry.
requestUri?: string
Property Value
string
target
Target of the given entry.
target?: string
Property Value
string