Interface ResourceUpdateError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
ResourceUpdateErrorImpl

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

     ResourceUpdateError resourceUpdateError = ResourceUpdateError.builder()
             .message("{message}")
             .build()