Learn how to handle errors in the Skribble SDK
SkribbleError
is the base error class that all other SDK errors inherit from. It provides:
message
: A descriptive error messageSkribbleAuthError
is thrown specifically for authentication failures:
SkribbleAPIError
is thrown when the Skribble API returns an error response:
SkribbleValidationError
is thrown for input validation failures:
SkribbleOperationError
(Python only) provides detailed context about operation failures:
Proper Error Type Handling
TypeScript Error Handling
Error Recovery Strategies