messages

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MapKnowledgeBaseFail = "knowledge base mapping error"
	MapModelFail         = "model mapping error"

	MappingClassesFail = "classes mapping error"
	MappingClassFail   = "class mapping error"
	MappingGroupsFail  = "groups mapping error"
	MappingGroupFail   = "group mapping error"

	MappingParametersFail = "parameters mapping error"
	MappingParameterFail  = "parameter mapping error"

	MappingRelationsFail          = "relations mapping error"
	MappingRelationFail           = "relation mapping error"
	MappingRelationParametersFail = "relation's parameters mapping error"
	MappingPatternsFail           = "patterns mapping error"
	MappingPatternFail            = "pattern mapping error"
	MappingPatternParametersFail  = "pattern's parameters mapping error"

	MappingRulesFail          = "rules mapping error"
	MappingRuleFail           = "rule mapping error"
	MappingRuleParametersFail = "rule's parameters mapping error"
	MappingConstraintsFail    = "constraints mapping error"

	MappingPatternTypeFail        = "pattern type mapping error"
	MappingRelationTypeFail       = "relation type mapping error"
	MappingScriptLanguageTypeFail = "script language type mapping error"
	MappingParameterTypeFail      = "parameter type mapping error"

	UnknownRelationType       = "unknown relation type found"
	UnknownPatternType        = "unknown pattern type found"
	UnknownParameterType      = "unknown parameter type found"
	UnknownScriptLanguageType = "unknown script language type found"

	BrokenDictionaryInString = "dictionary in the string is broken"
)
View Source
const (
	ParsingXMLFail           = "fail to parse the XML file"
	DetectVersionFail        = "fail to detect the format XML version"
	ReturnToXMLFileBeginFail = "fail to return to the beginning of the XML file"
)
View Source
const (
	TypeIsNotSupportedByFormat = "knowledge base uses a type that is not supported by the format"
	NonUniqueIDFound           = "two objects have the same ID within their type"
	PatternNotFoundForRule     = "pattern was not found for the rule"
	ParameterNotFoundForRule   = "parameter was not found for the rule"
)
View Source
const (
	OpeningXSDFail    = "error opening XSD file"
	ReadingXSDFail    = "error reading XSD file"
	ParsingXSDFail    = "error parsing XSD file"
	ValidationXMLFail = "xml document validation error"
)
View Source
const (
	ReadingXMLFail   = "error to read from the XML file"
	WritingXMLFail   = "error to write to the XML file"
	XMLUnmarshalFail = "fail to unmarshal the XML file"
	XMLMarshalFail   = "fail to marshal to the XML file"
)
View Source
const (
	CollectingXMLFail = "fail to collect the XML file"
)
View Source
const (
	FormatXMLVersionNotFound = "xml exchange document file version could not be detected"
)
View Source
const (
	RelationNotFoundForRule = "relation was not found for the rule"
)
View Source
const (
	UnsupportedFormatXMLVersion = "xml exchange document file version is not supported"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL