Uses of Enum Class
com.atlassian.crowd.plugin.rest.entity.ErrorEntity.ErrorReason
-
Uses of ErrorEntity.ErrorReason in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionErrorEntity.getReason()
static ErrorEntity.ErrorReason
static ErrorEntity.ErrorReason
Returns the enum constant of this class with the specified name.static ErrorEntity.ErrorReason[]
ErrorEntity.ErrorReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionErrorEntity
(ErrorEntity.ErrorReason reason, String message) Constructs an error entity.