Skip to content

Commit

Permalink
Merge pull request #29 from saphoooo/issue_28
Browse files Browse the repository at this point in the history
add lan error
  • Loading branch information
saphoooo authored Dec 25, 2019
2 parents 62a091b + 8267ce6 commit 4a1d601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion getters.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ var (
"new_apps_denied": errors.New("New application token request has been disabled"),
"apps_denied": errors.New("API access from apps has been disabled"),
"internal_error": errors.New("Internal error"),
"db_error": errors.New("Oops, The database you are trying to access doesn't seem to exist"),
"db_error": errors.New("Oops, the database you are trying to access doesn't seem to exist"),
"nodev": errors.New("Invalid interface"),
}
)

Expand Down

0 comments on commit 4a1d601

Please sign in to comment.