Click or drag to resize

ResponseMessageSeverityEnum Enumeration

[This is preliminary documentation and is subject to change.]

The severity of each message and the response status.

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public enum SeverityEnum
Members
  Member nameValueDescription
Success0 The call was successful without any warnings or error messages.
Message0 Information Message.
Warning1 The call was successful, but with warnings.
Error2 The call failed.
See Also