Print Page as PDF
xobw.error.ObjectError ICR (5462)

xobw.error.ObjectError    ICR (5462)

Name Value
NUMBER 5462
IA # 5462
DATE CREATED 2009/06/10
CUSTODIAL PACKAGE WEB SERVICES CLIENT
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME xobw.error.ObjectError
GENERAL DESCRIPTION
class xobw.error.ObjectError extends
xobw.error.AbstractError

Error class used by the HWSC error processing sub-system when a CacheObject
error occurs.
STATUS Active
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
code
property code As %String (TRUNCATE = 1)

Code associated with the error.
errorType
property errorType As %String (TRUNCATE = 1)

Human readable name for the type of error.
text
list property text As %String (TRUNCATE = 1)

Human readable text that provides information about the error.
dcode
property dcode As %String (TRUNCATE = 1)

Cache Objects error code.
domain
property domain As %String (TRUNCATE = 1)

Cache Objects error domain.
decompose
method decompose(ByRef error) returns nothing.

This method converts the error object properties into a traditional M array.
VARIABLES TYPE VARIABLES DESCRIPTION
error Both
pass by reference, error elements are returned as
array nodes.

Structure of ARRAY returned ByRef:

ARRAY("errorType") = type of error (OBJECT)
ARRAY("code") = error code
ARRAY("dcode") = error dcode
ARRAY("domain") = error domain
ARRAY("text") =
ARRAY("text",i..n) =
display
This method provides a simple display of the error
using MUMPS WRITE commands.

Information displayed: - Class name - Properties:
- code
- dcode
- domain
- text
DATE ACTIVATED: JUN 17, 2009