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 arguments '%s', Signature: %s

AT210210

Missing arguments. Expected following arguments: %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 arguments per item. With %s points, %s arguments are needed, only %s arguments 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.

AT219219

Error parsing arguments: no overload matched arguments %s. Signatures: %s

AT220220

Error parsing arguments: unexpected additional arguments. Signatures: %s

AT300300

Expected no arguments, but found some.

AT301301

Metadata arguments should be wrapped into parenthesis.

AT302302

Metadata arguments should be placed before metadata properties.

AT303303

Property arguments 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.