OKMRest  3.4.1
OpenKM Rest
com.openkm.sdk4csharp.bean.RestException Class Reference

Public Member Functions

 RestException ()
 
 RestException (Dictionary< String, String > headers)
 
 RestException (IList< Parameter > headers)
 
 RestException (String simpleName, String message, Dictionary< String, List< ValidationError >> errors)
 
Dictionary< String, List< ValidationError > > getErrors ()
 
String toString ()
 

Static Public Attributes

static String HEADER_ERROR_NAME = "errorName"
 
static String HEADER_ERROR_MESSAGE = "errorMessage"
 

Properties

List< ErrorerrorList [get, set]
 
String simpleName [get, set]
 
String message [get, set]
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.bean.RestException.RestException ( )
com.openkm.sdk4csharp.bean.RestException.RestException ( Dictionary< String, String >  headers)
com.openkm.sdk4csharp.bean.RestException.RestException ( IList< Parameter >  headers)
com.openkm.sdk4csharp.bean.RestException.RestException ( String  simpleName,
String  message,
Dictionary< String, List< ValidationError >>  errors 
)

Member Function Documentation

Dictionary<String, List<ValidationError> > com.openkm.sdk4csharp.bean.RestException.getErrors ( )
String com.openkm.sdk4csharp.bean.RestException.toString ( )

Member Data Documentation

String com.openkm.sdk4csharp.bean.RestException.HEADER_ERROR_MESSAGE = "errorMessage"
static
String com.openkm.sdk4csharp.bean.RestException.HEADER_ERROR_NAME = "errorName"
static

Property Documentation

List<Error> com.openkm.sdk4csharp.bean.RestException.errorList
getset
String com.openkm.sdk4csharp.bean.RestException.message
getset
String com.openkm.sdk4csharp.bean.RestException.simpleName
getset

The documentation for this class was generated from the following file: