package shakuhachi
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A music collection manager
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.3.1.tar.gz
sha256=91dc3168bc12fdd6032c16f9990018fd54f91cea50d9f6eb798e4d5eecd9c6a6
sha512=a93c4bf39d80d2c595d361b393f0f1fd2fd078e5bd714988e835a0b5ac8c8c48d3b4cbe2e11d33c9168d9f2f44818b6a60e38b32773bd4967c24794abbf323dd
doc/shakuhachi.libs/Skhclibs/Error/index.html
Module Skhclibs.ErrorSource
Operations on errors.
Source
type t = | SqlError of {rc : Sqlite3.Rc.t;message : string;
}(*
*)SqlErroroccures while manipulating the database| LoadConfigError of SkhcConfig.Err.t(*
*)LoadConfigErroroccures when trying to load a configuration file.| FileCreation of string(*
*)FileCreationoccures when a file creation file.| Message of string(*
*)Messageis a raw error message.| Exn of exn(*
*)Exnis an exception.
type of shakuhachi error.
sql_error rc msg creates a sql error with rc and msg.
sql_error (rc, msg) creates a sql error with rc and msg.
load_config_error error creates an error from a SkhcConfig.Err.t error.
message' fmt is message but takes a format instead of a string.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>