The application error code for the error; e.g. :job_not_found
message(String)(defaults to: '')
—
The application error message for the error; e.g. “Job not found with ID 123”
89
90
91
# File 'lib/gruf/error.rb', line 89defadd_field_error(field_name,error_code,message='')@field_errors<<Errors::Field.new(field_name,error_code,message)end