Class: UU::OS::Application::ErrorCodes

Inherits:
Object
  • Object
show all
Defined in:
uu_os_application-2.2.0/lib/uu/os/application/error_codes.rb

Overview

List of error codes used by Application module.

Constant Summary

UNEXPECTED_PROBLEM =

Processing of request failed due to unexpected problem which was not handled by application.

'UU.OS.APPLICATION/E000-UNEXPECTED_PROBLEM'
INVALID_REQUEST =

Request is not valid (application does not now how to handle this request).

'UU.OS.APPLICATION/E001-INVALID_REQUEST'
NOT_IMPLEMENTED =

Application exists on server, but does not implement expected functionality.

'UU.OS.APPLICATION/E002-NOT_IMPLEMENTED'
NOT_AUTHENTICATED =

Access to applicationrequires authentication which is either not possible because of missing authentication data or authentication data are not valid.

'UU.OS.APPLICATION/E003-NOT_AUTHENTICATED'
REQUEST_TIMEOUT =

Application server did not finished requested operation within acceptable time (actual timeout depends on invoked service type).

'UU.OS.APPLICATION/E004-REQUEST_TIMEOUT'