truerss-cli ~master (2021-05-19T21:33:51Z)
Dub
Repo
ApiError
apierror
Undocumented in source.
class
ApiError : Exception {
this
(int code, ValidationError error);
bool
is404
();
}
Constructors
this
this
(int code, ValidationError error)
Undocumented in source.
Members
Functions
is404
bool
is404
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
apierror
classes
ApiError
structs
ValidationError