class Dry::Schema::Result

def errors(options = EMPTY_HASH)

Other tags:
    Api: - public

Returns:
  • (MessageSet) -

Other tags:
    See: #message_set -
def errors(options = EMPTY_HASH)
  message_set(options)
end