|
|
|
AddErrorEntries (Error, JsonArray, character)
|
Adds an entry to the "errors" extension array for every message
of the given error object
|
|
|
|
AddErrorEntry (character, JsonArray, character)
|
Adds a single entry to the "errors" extension array
|
|
|
|
AddInstanceUri (JsonObject)
|
Adds the "instance" URI referencing the current request to the
Problem Details document
|
|
|
|
Progress.Json.ObjectModel.JsonObject GetProblemDetails (Error, integer)
|
Returns the RFC 7807 Problem Details document describing the
given error
|
|
|
|
HandleError (Error, IHttpResponse)
|
Handles an error. The error is written into the logfile and returned
to the client in the body as an RFC 7807 Problem Details document
|