This article applies to:
- MailMarshal SPE 2.3.6 and above
Question:
- What are the response codes returned when MailMarshal SPE Web Console is used as a child application?
Information:
The MailMarshal SPE Web Console can be used as a child inside another web application.
The following error codes could be returned:
- 480
- NotOverHttps: HTTPS is required by SPE, but the connection is not a HTTPS connection.
- 481
- UserDoesntExist: The user part of the credential passed is not valid for the Web Console.
- 482
- DomainOrCustomerInvalid: The domain information passed is not valid for the Web Console.
- 483
- InvalidRequest: The request is not valid. The most likely cause is that data sent to the server could not be decrypted because "shared secrets" do not match.
- 484
- FailedToCreateToken: The user token could not be created.
- 485
- InvalidIPAddress: The source IP address of the request is denied by SPE configuration.
- 490
- GenericError: An unspecified error occured.