mirror of
https://github.com/corda/corda.git
synced 2025-03-11 06:54:04 +00:00
Fixed : Message value in NotaryException is always null (#470)
This commit is contained in:
parent
f15a22d828
commit
c7e5cf5079
@ -159,9 +159,7 @@ object NotaryFlow {
|
|||||||
*/
|
*/
|
||||||
data class TransactionParts(val id: SecureHash, val inputs: List<StateRef>, val timestamp: Timestamp?)
|
data class TransactionParts(val id: SecureHash, val inputs: List<StateRef>, val timestamp: Timestamp?)
|
||||||
|
|
||||||
class NotaryException(val error: NotaryError) : FlowException() {
|
class NotaryException(val error: NotaryError) : FlowException("Error response from Notary - $error")
|
||||||
override fun toString() = "${super.toString()}: Error response from Notary - $error"
|
|
||||||
}
|
|
||||||
|
|
||||||
@CordaSerializable
|
@CordaSerializable
|
||||||
sealed class NotaryError {
|
sealed class NotaryError {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user