Package com.creativityfactory.swiftserver.error
package com.creativityfactory.swiftserver.error
-
ClassDescriptionThis class is responsible for constructing an
ErrorResponse
object 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 theErrorMessageBuilder
interface and provides a concrete implementation of building theErrorResponse
object using the builder pattern.A class representing an HTTP error message to be sent to the client.