Variable ResultKindConst

ResultKind: {
    FatalFail: "Fatal";
    HardFail: "Hard";
    Ok: "OK";
    SoftFail: "Soft";
} = ...

Namespace that contains the different reply kinds/error levels.

Type declaration

  • FatalFail: "Fatal"

    A fatal failure reply.

  • HardFail: "Hard"

    A hard failure reply.

  • Ok: "OK"

    An OK reply.

  • SoftFail: "Soft"

    A soft failure reply.