search for: error_description

Displaying 2 results from an estimated 2 matches for "error_description".

2006 Nov 07
0
somebody is calling my setters in the webservices!!!
a simple code to define a web service structures: class CLL_Answer < CLL_Struct member :answer, :bool member :answer_description, :string member :error, :bool member :error_description, :string # This is my setter def error_description=(value) @answer_description = nil @error = true @error_description = value end end and now, the webservice class UnifiedLoginApi < ActionWebService::API::Base api_method :test1, :returns => [CLL_Answer]...
2009 Aug 07
0
Wine release 1.1.27
...ray functions. jscript: Throw type errors in Boolean functions. jscript: Throw type errors in Date functions. jscript: Throw more errors in Date functions. jscript: Throw TypeError in call_expression_eval. jscript: Throw errors in Number functions. jscript: Added Error_description and Error_number stubs. jscript: Added Error_number and Error_description implementation. jscript: Add Error_number handling to constructor and error throwing functions. jscript: Throw 'undefined object' error. jscript: Throw TypeError in Function_toString. jsc...