Std.Db.Driver.error
1 declaration
fn
error: Str -> Str -> Str -> Std.Db.Driver.ErrorThis 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.
