We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As described in kaitai-io/kaitai_struct#509 (comment), using key --ksc-json-output will produce more detailed output.
--ksc-json-output
DemoKSY:
meta: id: demo file-extension: demo endian: le seq: - id: header type: header types: header: seq: - id: Magic contents: 'DEMO'
Human: /types/header/seq/0/id: invalid attribute ID: 'Magic', expected /^[a-z][a-z0-9_]*$/ Machine (formatted):
/types/header/seq/0/id: invalid attribute ID: 'Magic', expected /^[a-z][a-z0-9_]*$/
{ "src\\it\\it-source-failed\\src\\main\\resources\\kaitai\\demo.ksy": { "errors": [ { "file": "(main)", "path": ["types", "header", "seq", "0", "id"], "message": "invalid attribute ID: 'Magic', expected /^[a-z][a-z0-9_]*$/" } ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As described in kaitai-io/kaitai_struct#509 (comment), using key
--ksc-json-output
will produce more detailed output.DemoKSY:
Human:
/types/header/seq/0/id: invalid attribute ID: 'Magic', expected /^[a-z][a-z0-9_]*$/
Machine (formatted):
The text was updated successfully, but these errors were encountered: