blob: ff9c6edceebda8a2d032398035f672b2fa1eccc3 [file] [log] [blame]
# Errors
errors:
FILE_NOT_FOUND: {
code: TP0001,
failOnError: true,
message: "Error: CSAR file not found."
}
BAD_FORMAT: {
code: TP0002,
failOnError: true,
message: "Error: CSAR file bad format. Check the log for details."
}
CONFORMANCE_LEVEL_ERROR: {
code: TP0003,
failOnError: true,
message: "Error: CSAR version is unsupported. Parser supports versions from %s."
}
GENERAL_ERROR: {
code: TP0004,
failOnError: true,
message: "Error: an unexpected internal error occured."
}