We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1aebd commit aaffd70Copy full SHA for aaffd70
server/src/main/scala/app/softnetwork/api/server/ApiErrors.scala
@@ -98,7 +98,7 @@ object ApiErrors extends SchemaDerivation with TapirJson4s {
98
.example(ApiErrors.ErrorMessage("Test error message"))
99
)
100
101
- protected lazy val oneOfApiErrors
+ val oneOfApiErrors
102
: EndpointOutput.OneOf[ApiErrors.ErrorInfo, ApiErrors.ErrorInfo] =
103
oneOf[ApiErrors.ErrorInfo](
104
// returns required http code for different types of ErrorInfo.
0 commit comments