We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently one error's information is spread between two places:
# Message errors[:foo][:bar] # Details errors.details[:foo]
Having a handle to the details does not makes it easier to access its message. One still has to do some traversing to get it.
If we can have an object to wrap the two together, it is easier to manipulate.