| Package | Description |
|---|---|
| fr.gouv.education.tribu.api.controller |
| Modifier and Type | Method and Description |
|---|---|
static ContentErrorCode |
ContentErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentErrorCode[] |
ContentErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.http.ResponseEntity<String> |
AbstractWsController.logAndReturn(AbstractResponse result,
String query,
String user,
Long startTime,
ContentErrorCode error,
Object... args)
Default return method
If docs is null, return an empty response
|
protected org.springframework.http.ResponseEntity<String> |
AbstractWsController.logStackAndReturn(Exception e,
String query,
String user,
Long startTime,
ContentErrorCode error,
Object... args)
Return method with stacktrace
|
Copyright © 2022. All rights reserved.