| Modifier and Type | Class and Description |
|---|---|
class |
ReturnableProcessErrorResult<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationDeniedResult<T,C>
Indicates that the authorization was denied.
|
class |
AuthorizationRequiredResult<T,C>
Indicates that the operation requested requires (consent) authorization.
|
class |
ConsentAcquiredResult<T,C>
Protocol result that represents that consent was acquired for the requested operation.
|
class |
ConsentIncompatibleResult<T,C>
Indicates that the current consent is incompatible with the request.
|
class |
RedirectionResult<T,C>
Generic redirection result from protocol that describes that PSU needs to be redirected somewhere.
|
class |
RedirectToAspspResult<T>
Indicates the redirection to ASPSP.
|
class |
ValidationErrorResult<T,C>
Protocol result that says certain inputs are required from user (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorResult<T>
Result from protocol representing some (most probably unrecoverable) error has happened.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SuccessResult<T>
Protocol result that represents operation was OK and contains result as a body (i.e.
|
Copyright © 2020. All rights reserved.