Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dispatch
v1.5.1
App
Logging
Application
CommonError
ContentError
Error
Unauthorized
ParameterError
Dispatcher
Stats
Listeners
Servers
Session
Protocol
MessageType
TCPServerManager
Built with Crystal 1.9.2
2023-10-08 15:38:09 UTC
struct
Application::CommonError
Application::CommonError
Struct
Value
Object
Included Modules
JSON::Serializable
Extended Modules
JSON::Schema
Defined in:
controllers/application.cr
Constructors
.new
(pull : JSON::PullParser)
.new
(error)
Instance Method Summary
#backtrace
: Array(String) | Nil
#error
: String | Nil
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
(error)
#
[
View source
]
Instance Method Detail
def
backtrace
: Array(String) | Nil
#
[
View source
]
def
error
: String | Nil
#
[
View source
]