Interface StructuralModificationResponse
- All Known Implementing Classes:
StructuralModificationResponse.Conflict
,StructuralModificationResponse.Failure
,StructuralModificationResponse.InvalidRequest
,StructuralModificationResponse.NotFound
,StructuralModificationResponse.NotPrimary
,StructuralModificationResponse.RequiresConfirmation
,StructuralModificationResponse.Success
public sealed interface StructuralModificationResponse
permits StructuralModificationResponse.Success, StructuralModificationResponse.Failure, StructuralModificationResponse.InvalidRequest, StructuralModificationResponse.NotFound, StructuralModificationResponse.Conflict, StructuralModificationResponse.NotPrimary, StructuralModificationResponse.RequiresConfirmation
The response to a
ResourceAction
that does affect other resources, such as when a resource
is deleted, renamed, or otherwise modified in a way that requires other resources to be updated or references to be
checked.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
static final record
-
Method Summary
-
Method Details
-
problem
Throwable problem()
-