class Fluffle::Errors::ServerError

Superclass of all errors that may be raised within the server

Attributes

description[R]

Longer-form description that may be present in the `data` field of the `Error` response object

Public Instance Methods

data() click to toggle source
# File lib/fluffle/errors.rb, line 48
def data
  { 'description' => @description }
end