observe_signup_check/3

signup_check Check if the signup can be handled, a fold over all modules. Fold argument/result is \{ok, Props, SignupProps\} or \{error, Reason\}

Type:

foldl

Return:

{ok, Props, SignupProps} or {error, Reason}

#signup_check{} properties:

  • props: map

  • signup_props: list

Edit on GitHub