Error on HTTP resources are not nescessarly protocol related

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
This commit is contained in:
Sylvain Rabot
2021-12-10 09:27:37 +01:00
parent e65e571ed1
commit 738573b079
3 changed files with 9 additions and 2 deletions

5
api/loader/errors.go Normal file
View File

@@ -0,0 +1,5 @@
package loader
import "fmt"
var ErrorHTTP = fmt.Errorf("HTTP Error")