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 064ed09 commit b0c0bd7Copy full SHA for b0c0bd7
server/src/main/scala/app/softnetwork/api/server/ApiErrors.scala
@@ -99,8 +99,7 @@ object ApiErrors extends SchemaDerivation with TapirJson4s {
99
.example(ApiErrors.ErrorMessage("Test error message"))
100
)
101
102
- val oneOfApiErrors
103
- : EndpointOutput.OneOf[ApiErrors.ErrorInfo, ApiErrors.ErrorInfo] =
+ val oneOfApiErrors: EndpointOutput.OneOf[ApiErrors.ErrorInfo, ApiErrors.ErrorInfo] =
104
oneOf[ApiErrors.ErrorInfo](
105
// returns required http code for different types of ErrorInfo.
106
// For secured endpoint you need to define
0 commit comments