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.0_1.tar.gz
sha256=541a7ac078a520730a71edf4d2fe0f17cc98f0b9ad82060db62120a7d2519ae5
sha512=37b98cb52dab8293adb92f71e91394cf1c5d0d481d03893c320cc8aa550459a30dabdfdc0018f512d3a7a547f2899b493a20d86f450bc084b78e30b40234a911
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)"
>