Sign in

Error Class: MonoCloudAuthBaseError

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.

Extends

  • Error

Constructors

Constructor

new MonoCloudAuthBaseError(message?: string): MonoCloudAuthBaseError

Parameters

ParameterType
message?string

Returns

MonoCloudAuthBaseError

Inherited from

Error.constructor

© 2024 MonoCloud. All rights reserved.