Skip to main content

alphaTab.alphaTex.AlphaTexDiagnosticCode

Description

(no description)

Enum Members

NameNumeric ValueDescription
AT0011

Unexpected character at comment start, expected '//' or '/*' but found '/%s'.

AT0022

Missing identifier after meta data start.

AT0033

Unexpected end of file. Need 4 hex characters on a \uXXXX escape sequence.

AT0044

Invalid unicode value. Need 4 hex characters on a \uXXXX escape sequence.

AT0055

Unsupported escape sequence. Expected '\n', '\r', '\t', or '\uXXXX' but found '%s'.

AT0066

Unexpected end of file. String not closed.

AT200200

Missing beat multiplier value after '*'.

AT201201

Missing duration value after ':'.

AT202202

Unexpected '%s' token. Expected one of following: %s

AT203203

Unexpected end of file.

AT204204

Unrecognized metadata '%s'.

AT205205

Unrecognized property '%s'.

AT206206

Unexpected end of file. Group not closed.

AT207207

Missing string for fretted note.

AT208208

Note string is out of range. Available range: 1-%s

AT209209

Unexpected %s value '%s', expected: %s

AT210210

Missing values. Expected following values: %s

AT211211

Value is out of valid range. Allowed range: %s, Actual Value: %s

AT212212

Unrecogized property '%s', expected one of %s

AT213213

Invalid format for color

AT214214

The '%s' effect needs %s values per item. With %s points, %s values are needed, only %s values found.

AT215215

Cannot use pitched note value '%s' on %s staff, please specify notes using the 'fret.string' syntax.

AT216216

Cannot use pitched note value '%s' on percussion staff, please specify percussion articulations with numbers or names.

AT217217

Unrecognized note value '%s'.

AT218218

Wrong note kind '%s' for staff with note kind '%s'. Do not mix incompatible staves and notes.

AT300300

Expected no values, but found some. Values are ignored.

AT301301

Metadata values should be wrapped into parenthesis.

AT302302

Metadata values should be placed before metadata properties.

AT303303

Property values should be wrapped into parenthesis.

AT304304

The beat multiplier should be specified after the beat effects.

AT305305

This value should be rather specified via the properties.

AT306306

This staff metadata tag should be specified as staff property.

AT400400

The dots separating score metadata, score contents and the sync points can be removed.