Add depot, attendant, jetfire, optimus, ota services with kustomize overlays
This commit is contained in:
12
services/ota_update_go/handlers/errors.go
Normal file
12
services/ota_update_go/handlers/errors.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
var ErrInvalidVIN = errors.New("invalid VIN")
|
||||
var ErrMissingVIN = errors.New("missing VIN")
|
||||
|
||||
var ErrInvalidType = errors.New("invalid object type")
|
||||
|
||||
var ErrInvalidURLParams = errors.New("missing URL parameters")
|
||||
Reference in New Issue
Block a user