class

Mollie::RequestError

Inherits Mollie::Error / Exception / Reference / Object

Constructors

new(mapper : Mapper)
Source

Class methods

from_json(json : String)
Source

Instance methods

detail(*args, **options)
Source
detail(*args, **options, &)
Source
field(*args, **options)
Source
field(*args, **options, &)
Source
message
Source
status(*args, **options)
Source
status(*args, **options, &)
Source
title(*args, **options)
Source
title(*args, **options, &)
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source

Nested types