public @interface ApiError
Modifier and Type | Required Element and Description |
---|---|
int |
code
The error code that will be returned in this situation.
|
String |
description
A description of the error condition, and what may have caused it.
|
Modifier and Type | Optional Element and Description |
---|---|
Schema |
detailSchema
The schema for the error detail, if relevant.
|
String |
id
An identifier for this error condition.
|
public abstract int code
public abstract String description
public abstract String id
public abstract Schema detailSchema
Copyright © 2010-2018, ForgeRock All Rights Reserved.