AppendixReferencesSpark Standard Library ReferenceStd ErrorsindexOOBErrorVersion: v. 1On this pageindexOOBErrorSignature stdError.indexOOBError Description The internal Ylem error when trying to access an element of an array that is out of bounds. Will not work for empty arrays in external contracts. For those, use expectRevert without any arguments.