package dune-rpc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Communicate with dune using rpc
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-3.22.0.tbz
sha256=cb816b2e672ca6c6ea680133f01287bd95a58ca611cb476acff67b8adbacf722
sha512=c99102070a9c90b29ca4cac68bd2444c086dd0ac5b63515d561087509beff719c4c534ee844f25ce391d1c08080f9e78b7dd32ed14057c6b9cc7886f60337f3b
doc/dune-rpc.private/Dune_rpc_private/Compound_user_error/index.html
Module Dune_rpc_private.Compound_user_errorSource
A compound user error defines an alternative format for error messages that retains more structure. This can be used to display the errors in richer form by RPC clients.
A compound user error defines an alternative format for error messages that retains more structure. This can be used to display the errors in richer form by RPC clients.
Source
type t = Stdune.User_message.Compound.t = {main : Stdune.User_message.t;severity : Stdune.User_message.Severity.t;
}Make a t with severity as Error.
Source
val make_with_severity :
main:Stdune.User_message.t ->
related:Stdune.User_message.t list ->
severity:Stdune.User_message.Severity.t ->
t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>