Uses of Enum Class
dev.getelements.elements.sdk.model.exception.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in dev.getelements.elements.exception
Fields in dev.getelements.elements.exception with type parameters of type ErrorCode -
Uses of ErrorCode in dev.getelements.elements.sdk.jakarta.rs
Fields in dev.getelements.elements.sdk.jakarta.rs with type parameters of type ErrorCode -
Uses of ErrorCode in dev.getelements.elements.sdk.model.exception
Methods in dev.getelements.elements.sdk.model.exception that return ErrorCodeModifier and TypeMethodDescriptionabstract ErrorCode
BaseException.getCode()
Gets the error code.ConflictException.getCode()
DuplicateException.getCode()
ForbiddenException.getCode()
InternalException.getCode()
InvalidDataException.getCode()
InvalidParameterException.getCode()
NotFoundException.getCode()
NotImplementedException.getCode()
TooBusyException.getCode()
UnauthorizedException.getCode()
UnhealthyException.getCode()
static ErrorCode
Returns the enum constant of this class with the specified name.static ErrorCode[]
ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ErrorCode in dev.getelements.elements.sdk.service.appleiap.client.exception
Methods in dev.getelements.elements.sdk.service.appleiap.client.exception that return ErrorCode