Package-level declarations
Types
ApiError is a sealed interface that represents the different types of errors that can occur making a request to an API.
ApiListError is a sealed interface that represents the different list of errors that can occur in different scenarios.
CommonError is a sealed interface that represents the different common types of errors that can occur in different scenarios.
DbError is a sealed interface that represents the different types of errors that can occur making a request to an local DB.
ErrorS1SDK is a sealed interface that represents the different types of errors that can occur in different domains and scenarios. Extend this interface to create custom error types.
RegisterUserOperatorError is a sealed interface that represents the different types of errors that can occur making a request to register a new user operator.
SdkInitConfigError is a sealed interface that represents the different types of errors that can when the SDK is initialized.