| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.entity |
| Modifier and Type | Method and Description |
|---|---|
ErrorEntity.ErrorReason |
ErrorEntity.getReason() |
static ErrorEntity.ErrorReason |
ErrorEntity.ErrorReason.of(Throwable e) |
static ErrorEntity.ErrorReason |
ErrorEntity.ErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorEntity.ErrorReason[] |
ErrorEntity.ErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ErrorEntity(ErrorEntity.ErrorReason reason,
String message)
Constructs an error entity.
|
Copyright © 2023 Atlassian. All rights reserved.