Enum kube_client::config::LoadDataError [−][src]
pub enum LoadDataError {
DecodeBase64(DecodeError),
ReadFile(Error, PathBuf),
NoBase64DataOrFile,
}This is supported on crate feature
config only.Expand description
Errors from loading data from a base64 string or a file
Variants
DecodeBase64(DecodeError)
Tuple Fields
0: DecodeErrorFailed to decode base64 data
ReadFile(Error, PathBuf)
Failed to read file
NoBase64DataOrFile
No base64 data or file path was provided
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LoadDataError
impl Send for LoadDataError
impl Sync for LoadDataError
impl Unpin for LoadDataError
impl !UnwindSafe for LoadDataError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
