issue

UnboundID Logo

issue

Namespace: com.unboundid.directory.mon.api.v1.models

A class used to describe a problem encountered during request processing.

XML

Attributes

name type description
reason string A one-word string description of the warning.
message string A short quoted string explaining the problem, possibly used as a title for an alert box.

Elements

name (type) min/max
occurs
description
detailedMessage (string) 0/1 A detailed quoted string message explaining the problem, and any possible solutions.

JSON

property type description
reason string A one-word string description of the warning.
message string A short quoted string explaining the problem, possibly used as a title for an alert box.
detailedMessage detailedMessage (string) A detailed quoted string message explaining the problem, and any possible solutions.