SPL File ASN1EncodeTypes.spl
Content
- Types
-
- ASN1EncodeTypes.ErrorCode: In case of an error, the custom output function ErrorCode() can be used to determine the cause of the problem.
Composites
composite ASN1EncodeTypes
This composite specifies type definitions that are used with the error output port of the ASN1Encode operator.
Static Types
- ASN1EncodeTypes.ErrorCode = enum { noXML, incompleteXML, badXML, violatedConstraint, failedEncoding };
-
In case of an error, the custom output function ErrorCode() can be used to determine the cause of the problem.