Uses of Enum Class
com.bluebell.greenhouse.platform.enums.api.ApiErrorReason
Packages that use ApiErrorReason
Package
Description
Contains shared enumerations used by API response contracts.
Contains classes that specifically represents api errors.
-
Uses of ApiErrorReason in com.bluebell.greenhouse.platform.enums.api
Subclasses with type arguments of type ApiErrorReason in com.bluebell.greenhouse.platform.enums.apiModifier and TypeClassDescriptionenumEnumeration of the various reasons an api error is created.Classes in com.bluebell.greenhouse.platform.enums.api that implement interfaces with type arguments of type ApiErrorReasonModifier and TypeClassDescriptionenumEnumeration of the various reasons an api error is created.Methods in com.bluebell.greenhouse.platform.enums.api that return ApiErrorReasonModifier and TypeMethodDescriptionstatic ApiErrorReasonComputes anApiErrorReasonfrom a label.static ApiErrorReasonReturns the enum constant of this class with the specified name.static ApiErrorReason[]ApiErrorReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApiErrorReason in com.bluebell.greenhouse.platform.models.api.error
Methods in com.bluebell.greenhouse.platform.models.api.error that return ApiErrorReasonModifier and TypeMethodDescriptionApiError.apiErrorReason()Returns the value of theapiErrorReasonrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.error with parameters of type ApiErrorReasonModifierConstructorDescriptionApiError(int httpStatus, ApiErrorReason apiErrorReason, String publicErrorMessage, String internalErrorMessage, String path, LocalDateTime timestamp, Object data) Creates an instance of aApiErrorrecord class.