Enum maptiler_cloud::errors::ArgumentError [−][src]
pub enum ArgumentError {
ZoomTooLarge(u32, TileSet, u32),
ZoomTooSmall(u32, TileSet, u32),
XTooLarge(u32, u32, u32),
YTooLarge(u32, u32, u32),
}Expand description
This error type represents an error from a request argument that was invalid
Variants
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ArgumentError
impl Send for ArgumentError
impl Sync for ArgumentError
impl Unpin for ArgumentError
impl UnwindSafe for ArgumentError
Blanket Implementations
Mutably borrows from an owned value. Read more
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