Package org.gluu.oxtrust.model.scim2
Class ErrorResponse
java.lang.Object
org.gluu.oxtrust.model.scim2.ErrorResponse
- All Implemented Interfaces:
Serializable
A class that models data of an error response. See section 3.12 of RFC7644.
- Author:
- Val Pecaoco
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a description of the errorRetrieves the error type.Retrieves the HTTP status code of the error.void
void
setSchemas
(List<String> schemas) void
setScimType
(ErrorScimType scimType) void
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
getSchemas
-
setSchemas
-
getStatus
Retrieves the HTTP status code of the error. E.g. "500"- Returns:
- A string value
-
setStatus
-
getScimType
Retrieves the error type. E.g. "invalidFilter"- Returns:
- A string value
-
setScimType
-
getDetail
Retrieves a description of the error- Returns:
- A string value
-
setDetail
-