Py_error_handler class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- Py_ERROR_BACKSLASHREPLACE → const int
-
5
- Py_ERROR_IGNORE → const int
-
4
- Py_ERROR_OTHER → const int
-
8
- Py_ERROR_REPLACE → const int
-
3
- Py_ERROR_STRICT → const int
-
1
- Py_ERROR_SURROGATEESCAPE → const int
-
2
- Py_ERROR_SURROGATEPASS → const int
-
6
- Py_ERROR_UNKNOWN → const int
-
0
- Py_ERROR_XMLCHARREFREPLACE → const int
-
7