An options type for new of AssertionError.

Fields

@:optionaloptionalstackStartFunction:Null<Dynamic>

If provided, the generated stack trace omits frames before this function.

@:optionaloptionalmessage:Null<String>

If provided, the error message is set to this value.

@:optionaloptionalexpected:Null<Dynamic>

The expected property on the error instance.

@:optionaloptionalactual:Null<Dynamic>

The actual property on the error instance.