Class: UU::OS::IPC::ErrorCodes

Inherits:
Object
  • Object
show all
Defined in:
uu_os_connection-2.2.4/lib/uu/os/ipc/error_codes.rb

Overview

List of error codes used by IPC module.

Constant Summary

UNEXPECTED_PROBLEM =

Processing of request failed due to unexpected problem which was not handled by requested resource/service.

'UU.OS.IPC/E000-UNEXPECTED_PROBLEM'
NOT_FOUND =

Requested resource/service was not found on server.

'UU.OS.IPC/E001-NOT_FOUND'
NOT_AVAILABLE =

Requested resource/service was found on server but is not currently available.

'UU.OS.IPC/E002-NOT_AVAILABLE'
INVALID_REQUEST =

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

'UU.OS.IPC/E003-INVALID_REQUEST'
NOT_IMPLEMENTED =

Method is not implemented.

'UU.OS.IPC/E004-NOT_IMPLEMENTED'