Enum fluence_app_service::AppServiceError [−][src]
pub enum AppServiceError { InvalidConfig(String), IOError(IOError), FaaSError(FaaSError), CreateDir { err: IOError, path: PathBuf, }, ConfigParseError(String), }
Variants
InvalidConfig(String)
An error related to config parsing.
IOError(IOError)
Various errors related to file i/o.
FaaSError(FaaSError)
FaaS errors.
Directory creation failed
ConfigParseError(String)
Errors related to malformed config.
Trait Implementations
impl Error for AppServiceError
[src]
impl Error for AppServiceError
[src]impl From<Infallible> for AppServiceError
[src]
impl From<Infallible> for AppServiceError
[src]fn from(_: Infallible) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for AppServiceError
impl !RefUnwindSafe for AppServiceError
impl Send for AppServiceError
impl Send for AppServiceError
impl Sync for AppServiceError
impl Sync for AppServiceError
impl Unpin for AppServiceError
impl Unpin for AppServiceError
impl !UnwindSafe for AppServiceError
impl !UnwindSafe for AppServiceError