Octave:invalid-contextIndicates the error was generated by an operation that cannot be executed in
the scope from which it was called. For example, the function
print_usage () when called from the Octave prompt raises this error.
Octave:invalid-input-argIndicates that a function was called with invalid input arguments.
Octave:invalid-fun-callIndicates that a function was called in an incorrect way, e.g., wrong number of input arguments.
Octave:invalid-indexingIndicates that a data-type was indexed incorrectly, e.g., real-value index for arrays, nonexistent field of a structure.
Octave:bad-allocIndicates that memory couldn’t be allocated.
Octave:undefined-functionIndicates a call to a function that is not defined. The function may exist but Octave is unable to find it in the search path.
Package: octave