Class RestError
java.lang.Object
com.atlassian.confluence.rest.api.model.RestError
Contains a standardised error payload for
ServiceException
s thrown by REST resources.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestError.Builder
builder()
@Nullable ValidationResult
getData()
The data returned here is aValidationResult
so that clients can process the i18n key and arguments.int
-
Method Details
-
getData
The data returned here is aValidationResult
so that clients can process the i18n key and arguments. -
getStatusCode
public int getStatusCode() -
getMessage
-
getReason
-
builder
-