models/error_codes library
Enums
- ErrorCodes
- Define the error codes that may occur in the service.
Functions
-
getErrorCodesFromError(
dynamic error) → ErrorCodes? -
Return the error codes from
error
. -
getErrorCodesFromString(
String value) → ErrorCodes? -
Return the error codes from
value
.