Interface ResourceCreationError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
ResourceCreationErrorImpl

public interface ResourceCreationError extends ErrorObject
ResourceCreationError
Example to create an instance using the builder pattern

     ResourceCreationError resourceCreationError = ResourceCreationError.builder()
             .message("{message}")
             .build()