Base class for all MonoCloud authentication errors.
All errors thrown by the MonoCloud SDK extend this class, allowing applications to safely detect and handle MonoCloud-specific failures using instanceof.
instanceof
Optional
Readonly
The raw HTTP response this error was derived from.
Base class for all MonoCloud authentication errors.
All errors thrown by the MonoCloud SDK extend this class, allowing applications to safely detect and handle MonoCloud-specific failures using
instanceof.