Type Alias distance_oracle::runtime::distance::Error
source · pub type Error = Error;
Aliased Type§
enum Error {
Show 13 variants
AlreadyInEvaluation,
TooManyEvaluationsByAuthor,
TooManyEvaluationsInBlock,
NoAuthor,
CallerHasNoIdentity,
CallerIdentityNotFound,
CallerNotMember,
CallerStatusInvalid,
TargetIdentityNotFound,
QueueFull,
TooManyEvaluators,
WrongResultLength,
TargetMustBeUnvalidated,
}