Package

com.gu.zuora.soap.models

errors

Permalink

package errors

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Error extends Throwable

    Permalink
  2. sealed trait ErrorType extends AnyRef

    Permalink
  3. case class PaymentGatewayError(errorCode: String, msg: String, gatewayResponse: String, gatewayResponseCode: String, errType: PaymentGatewayErrorType = UknownPaymentError) extends Throwable with ZuoraError with Product with Serializable

    Permalink
  4. sealed trait PaymentGatewayErrorType extends ErrorType

    Permalink
  5. case class QueryError(msg: String) extends Throwable with Error with Product with Serializable

    Permalink
  6. case class XmlParseError(msg: String) extends Throwable with Error with Product with Serializable

    Permalink
  7. trait ZuoraError extends Throwable with Error

    Permalink
  8. case class ZuoraFault(faultcode: String, faultstring: String) extends Throwable with ZuoraError with Product with Serializable

    Permalink
  9. case class ZuoraPartialError(code: String, message: String, type: ErrorType) extends Throwable with ZuoraError with Product with Serializable

    Permalink

Value Members

  1. object ApiDisabled extends ErrorType with Product with Serializable

    Permalink
  2. object CannotDelete extends ErrorType with Product with Serializable

    Permalink
  3. object CreditCardProcessingFailure extends ErrorType with Product with Serializable

    Permalink
  4. object DoNotHonor extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  5. object DuplicateValue extends ErrorType with Product with Serializable

    Permalink
  6. object ErrorHandler

    Permalink
  7. object Fraudulent extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  8. object GenericDecline extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  9. object InsufficientFunds extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  10. object InvalidField extends ErrorType with Product with Serializable

    Permalink
  11. object InvalidId extends ErrorType with Product with Serializable

    Permalink
  12. object InvalidLogin extends ErrorType with Product with Serializable

    Permalink
  13. object InvalidSession extends ErrorType with Product with Serializable

    Permalink
  14. object InvalidType extends ErrorType with Product with Serializable

    Permalink
  15. object InvalidValue extends ErrorType with Product with Serializable

    Permalink
  16. object InvalidVersion extends ErrorType with Product with Serializable

    Permalink
  17. object LockCompetition extends ErrorType with Product with Serializable

    Permalink
  18. object MalformedQuery extends ErrorType with Product with Serializable

    Permalink
  19. object MaxRecordsExceeded extends ErrorType with Product with Serializable

    Permalink
  20. object MissingRequiredValue extends ErrorType with Product with Serializable

    Permalink
  21. object RequestExceededLimit extends ErrorType with Product with Serializable

    Permalink
  22. object RequestExceededRate extends ErrorType with Product with Serializable

    Permalink
  23. object RevocationOfAuthorization extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  24. object ServerUnavailable extends ErrorType with Product with Serializable

    Permalink
  25. object TemporaryError extends ErrorType with Product with Serializable

    Permalink
  26. object TransactionFailed extends ErrorType with Product with Serializable

    Permalink
  27. object TransactionNotAllowed extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  28. object TransactionTerminated extends ErrorType with Product with Serializable

    Permalink
  29. object TransactionTimeout extends ErrorType with Product with Serializable

    Permalink
  30. object UknownPaymentError extends PaymentGatewayErrorType with Product with Serializable

    Permalink
  31. object UnknownError extends ErrorType with Product with Serializable

    Permalink

Ungrouped