Package-level declarations

Types

Link copied to clipboard
sealed class ApiError : ErrorS1SDK

ApiError is a sealed interface that represents the different types of errors that can occur making a request to an API.

Link copied to clipboard
sealed class ApiListError : ErrorS1SDK

ApiListError is a sealed interface that represents the different list of errors that can occur in different scenarios.

Link copied to clipboard
sealed class CommonError : ErrorS1SDK

CommonError is a sealed interface that represents the different common types of errors that can occur in different scenarios.

Link copied to clipboard
sealed class DbError : ErrorS1SDK

DbError is a sealed interface that represents the different types of errors that can occur making a request to an local DB.

Link copied to clipboard
interface ErrorS1SDK

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.

Link copied to clipboard

RegisterUserOperatorError is a sealed interface that represents the different types of errors that can occur making a request to register a new user operator.

Link copied to clipboard

SdkInitConfigError is a sealed interface that represents the different types of errors that can when the SDK is initialized.