Pudu programming language
Menu
API reference

Std.Db.Driver.error

1 declaration

fn

error: Str -> Str -> Str -> Std.Db.Driver.Error

This is a callable function.

What it does

An error naming the driver, the kind of failure, and what happened.

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.Db.DriverSearch related declarations