Class ApiErrorModel

java.lang.Object
net.ygbstudio.jbrave.core.domain.dto.error.ApiErrorModel

public final class ApiErrorModel extends Object
Error model object that Brave Search API uses to communicate with the user and provide remediation steps. It deserialises the error code to a native enum constant to facilitate error handling strategies with switch statements.