ServerEndpointRecallError interface
Server endpoint recall error object
Properties
count | Count of occurences of the error NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Error code (HResult) NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
count
Count of occurences of the error NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number
errorCode
Error code (HResult) NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: number
Property Value
number