StorageSyncInnerErrorDetails interface
Error Details object.
Properties
call |
Call stack of the error. |
inner |
Exception of the inner error. |
inner |
Call stack of the inner error. |
message | Error message of the error. |
Property Details
callStack
Call stack of the error.
callStack?: string
Property Value
string
innerException
Exception of the inner error.
innerException?: string
Property Value
string
innerExceptionCallStack
Call stack of the inner error.
innerExceptionCallStack?: string
Property Value
string
message
Error message of the error.
message?: string
Property Value
string