Package com.creativityfactory.swiftserver.error
package com.creativityfactory.swiftserver.error
-
ClassDescriptionThis class is responsible for constructing an
ErrorResponseobject using the builder pattern and setting default values for the error field based on the given status code.An interface used to implement the builder pattern for building anErrorResponse.This class implements theErrorMessageBuilderinterface and provides a concrete implementation of building theErrorResponseobject using the builder pattern.A class representing an HTTP error message to be sent to the client.