Auxilary interface for generic handling of ReplyState

Interface is not intended to be instantiated. It can be considered a map of ReplyStateMap entry to the respective inner map's type.

Hierarchy

  • ReplyStateTypeMap

Properties

joining: {
    undefinedError: JoiningReplyStateContentUndefinedError;
}

Type declaration

packaging: {
    insufficientPackageVolume: PackagingReplyStateContentInsufficientPackageVolume;
    overweightParts: PackagingReplyStateContentOverweightParts;
    undefinedError: PackagingReplyStateContentUndefinedError;
}
sheet: {
    nestingFailed: SheetReplyStateContentNestingFailedError;
    undefinedError: SheetReplyStateContentUndefinedError;
}
sheetBending: {
    bendDeductionApplicationFailed: BendReplyStateContentBendDeductionApplicationFailed;
    contourInBend: BendReplyStateContentContourInBend;
    invalidBend: BendReplyStateContentInvalidBend;
    multipleOuterContours: BendReplyStateContentMultipleOuterContours;
    undefinedError: BendReplyStateContentUndefinedError;
    undetectedFeatures: BendReplyStateContentUndetectedFeatures;
    unfoldingFailed: BendReplyStateContentUnfoldingFailed;
}
sheetCutting: {
    multipleOuterContours: SheetCuttingReplyStateContentMultipleOuterContours;
    undefinedError: SheetCuttingReplyStateContentUndefinedError;
    undetectedFeatures: SheetCuttingReplyStateContentUndetectedFeatures;
    unused0: Unused;
}
transform: {
    undefinedError: TransformReplyStateContentUndefinedError;
}

Type declaration

tube: {
    undefinedError: TubeReplyStateContentUndefinedError;
}

Type declaration

tubeCutting: {
    undefinedError: TubeCuttingReplyStateContentUndefinedError;
    undetectedFeatures: TubeCuttingReplyStateContentUndetectedFeatures;
}
undefined: {
    undefinedError: UndefinedReplyStateContentUndefinedError;
}

Type declaration

userDefined: {
    undefinedError: UserDefinedReplyStateContentUndefinedError;
}

Type declaration

userDefinedBase: {
    undefinedError: UserDefinedBaseReplyStateContentUndefinedError;
}

Type declaration

Generated using TypeDoc