Class: UU::OS::REST::RemoteException::Message
- Inherits:
-
Object
- Object
- UU::OS::REST::RemoteException::Message
- Defined in:
- uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb
Overview
Exception message.
Instance Attribute Summary (collapse)
-
- (String) code
readonly
Message code.
-
- (String) message
readonly
Message text.
-
- (Array<String>) params
readonly
Message parameters.
Instance Attribute Details
- (String) code (readonly)
Message code.
90 91 92 |
# File 'uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb', line 90 def code @code end |
- (String) message (readonly)
Message text.
94 95 96 |
# File 'uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb', line 94 def @message end |
- (Array<String>) params (readonly)
Message parameters.
98 99 100 |
# File 'uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb', line 98 def params @params end |