MemcoError Class MemcoError Base of every error this SDK raises. Catch this to catch everything the SDK can produce, and nothing it cannot. Hierarchy (View Summary) Error MemcoError MemcoAPIError MemcoConfigError Index Constructors constructor Constructors constructor new MemcoError(message: string): MemcoError Parameters message: string Returns MemcoErrorQuickstart
Base of every error this SDK raises.
Catch this to catch everything the SDK can produce, and nothing it cannot.