MyDMEException (
errorCode : enum,
message : string
)
The errorCode
codes may be one of the following:
NULL
: Thrown in case of a null exception.INVALID_VALUE
: Thrown in case of invalid parameter.SOAP_EXCEPTION
: Thrown in case of general error in web service framework.ERROR_API_VERSION
: Thrown in case of WS API version mismatch.