Official Content

Returns the error description of the last operation.

Syntax

GetSOAPErrMsg()
 
Type Returned:
Character

Scope

Objects: Procedure, Transaction, Web Panel, Data Provider
Generators: .NET, .NET Framework, JavaAndroid (since GeneXus 15 Upgrade 5),  Apple (since GeneXus 15 Upgrade 5)

Description

The GetSOAPErrMsg function returns the error description of the last SOAP operation. That is, when you have a Location variable and a location name is assigned to it, or when you make a SOAP call.

It can be used in conjuntion with GetSOAPErr function

Samples

&Err = GetSOAPErr()
If &err <> 0 Or null(&location.Host)
    Do Case
    Case &err = -20007
        &error = "Unknown error to set a web service, unknown location:" + &LocName + newline() + GetSOAPErrMsg()
    Case &err > 0
        &error = "Unknown error to set a web service:" + &LocName + newline() + GetSOAPErrMsg()
    Otherwise
        &error = "Error from unknown host to set a web service:" + &LocName
    EndCase
    Return
EndIf

See Also

Location
GetSOAPErr
Error Codes and Messages for Location






Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant