Class Rice::ConfirmationPayload
In: rice/confirmation.rb
Parent: SurprisePayload

The only difference between a ConfirmationPayload and a SurprisePayload is that a ConfirmationPayload's constructor defaults to an error code of 201 (Confirmed).

Methods
new   
Public Class methods
new(domain, party, requestId, errorCode = 201, errorMessage = nil, errorPhrase = nil)