Pudu programming language
Menu
API reference

Std.Db.Repository.RowError

1 declaration

type

RowError

This declaration introduces a public type.

What it does

Why a row would not become a value.

The column is named and the value is not. The value came from the database

and may be anything, and a message is a place values end up rendered; the

column is what a caller acts on.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Db.RepositorySearch related declarations