Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

mixinError

pentaho.type.mixins.mixinError

Source: javascript/web/pentaho/type/mixins/mixinError.js, line 21

Members

Name Description
error : Error | pentaho.lang.UserError

Gets the error that caused the ActionResult to be rejected.

Methods

Name Description
_initError(errorObj)
 
Protected

Initializes the mixin.

Members Details

error: Error | pentaho.lang.UserError

Gets the error that caused the ActionResult to be rejected.

Source: javascript/web/pentaho/type/mixins/mixinError.js, line 46

Methods Details

_initError(errorObj)
 
Protected

Initializes the mixin.

Source: javascript/web/pentaho/type/mixins/mixinError.js, line 35

Parameters:
Name Default Value Summary
errorObj : Error | pentaho.lang.UserError

The error of a rejected ActionResult.