Skip to content

Errors

Custom error types for the Syncopate SDK.

class SyncopateError(Exception)

Base error for all SDK errors.

class HTTPError(SyncopateError)

Raised when an HTTP request fails.

class GatewayError(SyncopateError)

Raised when the SSE gateway connection fails.