Package io.jans.configapi.core.model
Class ApiError
- java.lang.Object
-
- io.jans.configapi.core.model.ApiError
-
- All Implemented Interfaces:
Serializable
public class ApiError extends Object implements Serializable
- Author:
- Mougang T.Gasmyr
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiError.ErrorBuilder
-
Constructor Summary
Constructors Constructor Description ApiError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDescription()
String
getMessage()
void
setCode(String code)
void
setDescription(String description)
void
setMessage(String message)
String
toString()
-