Pudu programming language
Menu

Std.App.Bind.malformed

1 declaration

fn

malformed: Str -> Std.Http.Response

This is a callable function.

What it does

The refusal a request of the wrong shape entirely receives.

Separate from the one above because they are different problems: this one

says the request was not the shape this resource reads, and no correction

to the fields would help.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.App.BindSearch related declarations