access error
A memory access error is reported when a program attempts to read or write a memory location that is not legally accessible for that type of access, either because it has not been initialized (read access) or because it is not a valid addressable region of memory (read or write access).
(C) Copyright IBM Corporation 1992, 2010.