You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List valid options in error messages for enum array argument (#445)
When an array of argument values fails to parse, no custom error message is
provided, and a list of valid candidate values is available, include the
list as part of the error message.
Addresses #401.
AssertErrorMessage(EnumWithFewCasesArrayArgument.self,["png"],"The value 'png' is invalid for '<formats>'. Please provide one of 'text', 'json' or 'csv'.")
0 commit comments