Package com.alfresco.content.models
Class Error
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class Error
-
-
Field Summary
Fields Modifier and Type Field Description private ErrorErrorerror
-
Constructor Summary
Constructors Constructor Description Error(ErrorError error)
-
Method Summary
Modifier and Type Method Description final ErrorErrorgetError()final UnitsetError(@Json(name = "error") ErrorError error)-
-
Constructor Detail
-
Error
Error(ErrorError error)
-
-
Method Detail
-
getError
final ErrorError getError()
-
setError
final Unit setError(@Json(name = "error") ErrorError error)
-
-
-
-