C_Error.js 536 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. function C_Error(_h0Y, _h1Y, _hWH1){this._h2Y=_h0Y;this._h3Y=_h1Y?_h1Y:"";this._hXH1=_hWH1?_hWH1:"";};C_Error.prototype.F_GetErrorSummary=function(){return this._h2Y;};C_Error.prototype.F_GetErrorDetails=function(){return this._h3Y;};C_Error.prototype.F_GetErrorCode=function(){return this._hXH1;};