Module spiffe::error

source ·
Expand description

Defines errors related to interactions with the GRPC client, including handling of X.509 and JWT materials, SPIFFE endpoint socket path validation, and other potential failure points within the Rust-Spiffe library. This encompasses errors related to endpoint configuration, response handling, data processing, and specific errors for various SPIFFE components.

Enums§

  • Errors that may arise while interacting with and fetching materials from a GRPC client. Includes errors related to endpoint configuration, response handling, and data processing.
  • Errors related to the validation of a SPIFFE endpoint socket path. These cover scenarios such as invalid URI schemes, missing components, and unexpected URI structure.