diff options
Diffstat (limited to 'libpiano/src/main.c')
-rw-r--r-- | libpiano/src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpiano/src/main.c b/libpiano/src/main.c index de954ec..fd0a4bc 100644 --- a/libpiano/src/main.c +++ b/libpiano/src/main.c @@ -864,6 +864,10 @@ const char *PianoErrorToStr (PianoReturn_t ret) { return "Request cannot be completed at this time, please try " "again later."; + case PIANO_RET_STATION_CODE_INVALID: + return "Station id is invalid."; + break; + default: return "No error message available."; break; |