Module error

Module error 

Source
Expand description

Error types and methods.

Enums§

AddOutputError
Errors that can occur when adding output data to a system using crate::Client::add_outputs.
AddStatusError
Errors that can occur when adding statuses to a system using crate::Client::add_status, crate::Client::add_batch_status, or crate::Client::add_batch_status_net.
ClientError
Errors that can occur when using the Client.
DateTimeError
The provided date or time was invalid.
ExtendedDataField
Extended data fields. Used to represent invalid field values for PostSystemErrors.
NoEndpointSpecificError
No endpoint-specific error can occur for this endpoint.
PostSystemError
Errors that can occur when updating a system using crate::Client::post_system.
RateLimitError
Errors that can occur when parsing rate limit information from the response’s HTTP headers.

Type Aliases§

Result