module Saml::ErrorHandling

Direct including types

Defined in:

saml/error_handling.cr

Instance Method Summary

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.


[View source]
def errors #

[View source]
def errors_messages #

[View source]
def errors_messages=(errors_messages) #

[View source]
def reset_errors! #

Reset the errors array


[View source]