- Motorola Command Line Interface Command Reference Manual

CLI Error Messages 5-1
Chapter 5
CLI Error Messages
This chapter describes the CLI error messages and their meaning.
Negative errors
Negative errors are fatal. They will terminate processing of a TFTP configuration file upload if the command that
caused the error was executed as part of a TFTP configuration file upload.
Fatal system errors
; error -1: unknown error
This error indicates that an internal error occurred within the command line processor. This error should not
occur under normal circumstances.
; error -2: memory allocation failed
This error indicates that the command line processor ran out of memory attempting to complete the requested
operation. This error should not occur under normal circumstances.
; error -3: set operation failed
This error indicates that the command line processor failed attempting to complete the requested set
operation. This error should not occur under normal circumstances.
Parsing or tokenizing errors
; error -10: input too long
This error indicates that the input exceeds the maximum allowable length for the input field.
; error -11: unexpected end of input
This error indicates that input was not the expected length for the input field.
; error -12: unterminated quoted text
This error indicates that the quoted text input did not have terminating quotes as expected.