CommonError
CommonError is a sealed interface that represents the different common types of errors that can occur in different scenarios.
Inheritors
Types
Link copied to clipboard
InvalidInputData when the input data is not valid.
Link copied to clipboard
InvalidInputDataList when the input data list is not valid.
Link copied to clipboard
NotFound when the requested data was not found.
Link copied to clipboard
Unknown when the server responded with an unknown error or the request failed for an unknown reason.