errorResponse element
Type: | errorResponse |
Namespace: | com.unboundid.directory.mon.api.v1.models |
Represents an error response from any of the resources.
Example JSON
{
"errors" : [ {
"reason" : "...",
"message" : "...",
"detailedMessage" : "..."
}, ... ]
}