ServerEndpointRecallStatus interface
Server endpoint recall status object.
Properties
last |
Last updated timestamp NOTE: This property will not be serialized. It can only be populated by the server. |
recall |
Array of recall errors NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total count of recall errors. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
lastUpdatedTimestamp
Last updated timestamp NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedTimestamp?: Date
Property Value
Date
recallErrors
Array of recall errors NOTE: This property will not be serialized. It can only be populated by the server.
recallErrors?: ServerEndpointRecallError[]
Property Value
totalRecallErrorsCount
Total count of recall errors. NOTE: This property will not be serialized. It can only be populated by the server.
totalRecallErrorsCount?: number
Property Value
number