module Saml::ErrorHandling
Direct including types
Defined in:
saml/error_handling.crInstance Method Summary
-
#append_error(error_msg : String, soft_override : Bool | Nil = nil)
Append the cause to the errors array, and based on the value of soft, return false or raise an exception.
- #errors
- #errors_messages
- #errors_messages=(errors_messages)
-
#reset_errors!
Reset the errors array
Instance Method Detail
def append_error(error_msg : String, soft_override : Bool | Nil = nil)
#
Append the cause to the errors array, and based on the value of soft, return false or raise an exception. soft_override is provided as a means of overriding the object's notion of soft for just this invocation.