const class sql::SqlErr

sys::Obj
  sys::Err
    sql::SqlErr

Source

SqlErr indicates an error from the SQL database driver.

make

new make(Str? msg, Err? cause := null)

Source