Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Enumeration WorkExecResultKind

    The tag to describe the [WorkExecResult] union.

    Index

    Enumeration Members

    badCode: 5

    BAD: service code was not available for lookup in state.

    codeOversize: 6

    BIG: the code was too big (beyond the maximum allowed size W_C)

    digestTooBig: 4

    : the size of the digest (refinement output) would cross the acceptable limit.

    incorrectNumberOfExports: 3

    : the number of exports made was invalidly reported.

    ok: 0

    Execution succesful. The result will be followed by an octet sequence.

    outOfGas: 1

    : the machine went out-of-gas during execution.

    panic: 2

    : unexpected program termination.