Class RestError
java.lang.Object
com.atlassian.confluence.rest.v2.api.model.RestError
Contains a standardised error payload for
ServiceExceptions thrown by REST resources.- Since:
- 9.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RestError.Builderbuilder()@Nullable ValidationResultgetData()The data returned here is aValidationResultso that clients can process the i18n key and arguments.int
-
Method Details
-
getData
The data returned here is aValidationResultso that clients can process the i18n key and arguments. -
getStatusCode
public int getStatusCode() -
getMessage
-
getReason
-
builder
-