inwise Top Background
Arrow on Service

Email Marketing API-Part B

InwiseWebServices API Center

https://www.em-sender.com/ws/inwiseservice.asmx

The details of an error

Properties:

Name Type Description
ErrorCode ErrorCode enum The error code
Description string A text description of the error
LogId string The incident Id as was logged on inwise systems

Java Code:

 //// a human readable description of the problem
    String errorMessage = errorDetails.getDescription();

    //// a fixed error code
    ErrorCode errorCode = errorDetails.getCode();

    //// the current error id, not always has a value
    String incident = errorDetails.getLogId();

C# Code:

    //// a human readable description of the problem

    String errorMessage = errorDetails.Description;

 

    //// a fixed error code

    ErrorCode errorCode = errorDetails.Code;

 

    //// the current error id, not always has a value

    String incident = errorDetails.LogId;

VB Code:

            '''' a human readable description of the problem

            Dim errorMessage As [String] = errorDetails.Description

 

            '''' a fixed error code

            Dim errorCode As ErrorCode = errorDetails.Code

 

            '' the current error id, not always has a value

            Dim incident As [String] = errorDetails.LogId

Raw Xml:




Home  |  About us  |  Products  |  Service  |  Partners  |  Forum  |  Email Marketing Terms  |  Support  |  Contact us
Terms & Conditions  |  Privacy Policy  |  Anti Spam Policy  |  Site Map
© 2008 inwise LTD. All rights reserved.