errors.fyi community error code reference
SyntaxError

SyntaxError

python

SyntaxError

Raised by the parser or compiler when it encounters a syntax error. Attributes: filename, lineno, offset, text identify the location.

References

ruby

SyntaxError

Raised by eval, require, or load when Ruby encounters invalid syntax in a script. The message includes the filename and line number.

References

← all namespaces