Data: ns1

  • Namespace: http://opencase.extend.com/common

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element restWebserviceException

Exception used exclusively for web-tier REST webservice calls; has a dedicated mapper, error constants, and marshaller;

Example XML

<?xml version="1.0" encoding="UTF-8"?><restWebserviceException xmlns="http://opencase.extend.com/common"> <message>...</message> <errors> <error> <errorKey>...</errorKey> <errorMessage>...</errorMessage> <errorCode>...</errorCode> </error> <error> <!--...--> </error> <!--...more "error" elements...--> </errors> <compositeErrorMessage>...</compositeErrorMessage> <parameters xmlns=""> <!--custom xml--> </parameters> <parameters xmlns="">...</parameters> <!--...more "parameters" elements...--> <stackTrace xmlns="" /> <stackTrace xmlns=""> <!--...--> </stackTrace> <!--...more "stackTrace" elements...--></restWebserviceException>

Type ErrorContainer

Child Elements

name (type) min/max
occurs
description
errorKey (string) 0/1 (no documentation provided)
errorMessage (string) 0/1 (no documentation provided)
errorCode (int) 0/1 (no documentation provided)

Type restWebserviceException

Exception used exclusively for web-tier REST webservice calls; has a dedicated mapper, error constants, and marshaller;

Child Elements

name (type) min/max
occurs
description
message (string) 0/1 (no documentation provided)
errors/error (ErrorContainer) 0/unbounded (no documentation provided)
compositeErrorMessage (string) 0/1 (no documentation provided)