Expand description
Error types and methods.
Enums§
- AddOutput
Error - Errors that can occur when adding output data to a system using
crate::Client::add_outputs. - AddStatus
Error - Errors that can occur when adding statuses to a system using
crate::Client::add_status,crate::Client::add_batch_status, orcrate::Client::add_batch_status_net. - Client
Error - Errors that can occur when using the
Client. - Date
Time Error - The provided date or time was invalid.
- Extended
Data Field - Extended data fields.
Used to represent invalid field values for
PostSystemErrors. - NoEndpoint
Specific Error - No endpoint-specific error can occur for this endpoint.
- Post
System Error - Errors that can occur when updating a system using
crate::Client::post_system. - Rate
Limit Error - Errors that can occur when parsing rate limit information from the response’s HTTP headers.