Interface AuthorizationContract.UpdateStages.WithError
- All Known Subinterfaces:
AuthorizationContract.Update
- Enclosing interface:
AuthorizationContract.UpdateStages
public static interface AuthorizationContract.UpdateStages.WithError
The stage of the AuthorizationContract update allowing to specify error.
-
Method Summary
Modifier and TypeMethodDescriptionwithError(AuthorizationError error) Specifies the error property: Authorization error details..
-
Method Details
-
withError
Specifies the error property: Authorization error details..- Parameters:
error- Authorization error details.- Returns:
- the next definition stage.
-