struct PlaceOS::API::Models::Websocket::Response::Error

Included Modules

Defined in:

placeos/api/models/websocket/response/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def code : Code #

Error type.


[View source]
def id : String | Int32 | Int64 #

The identifier included with the original request.


[View source]
def msg : String #

Additional error info.


[View source]