Module lib_vminfo::error

source ·
Expand description

defines error and result types used in the client library

Structs

the custom error type for anything that might go wrong using the vminfo client
defines properties of the wrapped error

Enums

Describes the various kinds of authentication / authorization errors that may arise during standard use of the vminfo library
Describes the various kinds of errors that may appear when using lib-vminfo

Functions

builds an error for instances where authentication fails and no access token can be obtained
builds an error for capturing instances when the provided client configuration for the vminfo client is not valid
builds a custom none found error for instances where no VMs are returned from a successful vminfo request
builds an error type for unknown errors that might appear during vminfo API processes
builds a request error taking an optional status code from the reqwest client

Type Definitions

an alias for the source of a thrown custom error
Alias for any error that might occur when using the vminfo crate.