NSSOAP Errors NSSOAP API

Every NSSOAP method returns a unique object that includes a status_num field that contains a value from the STATUS_NUM enumeration.  For the status of a completed message, see the completion_code field in the Q_MESSAGE class.
STATUS_NUM Description
NoError No error; the function completed successfully.
ServerQueryFailed An NSSOAP method was unable to contact the fax server that it is configured to use.  Verify that the fax server is running.
ServerNotFound An NSSOAP method was unable to contact the fax server that it is configured to use.  Verify that the fax server is running.
ContentNotFound The get_message_content method failed because the content for a message as specified by a content handle was not found.
UserNotFound An NSSOAP method failed because the provided user_name was not found.
InvalidPassword An NSSOAP method failed because the provided user_password was invalid for the user.
PreconversionFailed The send_message method failed, or the message completion code property for a completed message is set to this error because the fax server was unable to convert the message attachments for fax delivery.
MessageNotFound An NSSOAP method failed because the provided message handle specified was not associated with a message on the fax server. 
AccessDenied An NSSOAP method failed because the specified user not have the necessary privileges to perform the requested function.  Most functions will allow a user to access or modify their own messages, and a supervisor to access and modify messages belonging to any user.
ServerSuspended The send_message method failed because the server has been suspended and was not accepting new messages.  The server is in a suspended state while loading, and can become suspended if available disk space is insufficient.
ValidationFailedAllRecipients  The send_message method failed because all recipient addresses provided in the RECIPIENT array failed validation by the Validation Server.  Validation rules can be modifed by selecting the "Validation Editor..." option from the Tools menu in the NET SatisFAXtion Administration program.  In addition to modifying validation rules, the Validation Editor allows fax numbers to be tested to see what will pass or fail validation.
InvalidHandle The message or content handle provided to an NSSOAP method is blank or was otherwise determined to be invalid.
NotLicensed An NSSOAP method returned this error because a NET SatisFAXtion API software license has not been purchased. The fax server can be updated with a new product key that includes an API software license.
ExtendedError The extended_error field of the result object contains an extended error code.