Glossary

`EAccessViolation`

Raised when code tries to read or write memory through an invalid pointer (typically a `nil` pointer). This almost always indicates a bug in your code rather than a recoverable error condition.

Learn More

Related Terms