London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Struct PaymentException.ErrorType

Represents error type.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.Commerce.Orders.Exceptions
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public struct ErrorType

Fields

ConfigurationError

Declaration
public static string ConfigurationError
Field Value
Type Description
System.String

ConnectionFailed

Declaration
public static string ConnectionFailed
Field Value
Type Description
System.String

ProviderError

Declaration
public static string ProviderError
Field Value
Type Description
System.String

StatusError

Declaration
public static string StatusError
Field Value
Type Description
System.String