Returns an array of errors
53 54 55
# File 'lib/alma/response.rb', line 53 def errors @response&.dig("errorList", "error") || [] end