Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Added enum value for error code 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Renskers committed Dec 11, 2013
1 parent d9378af commit 080d37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LastFm/LastFm.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ enum LastFmServiceErrorCodes {
kLastFmErrorCodeInvalidAPIKey = 10,
kLastFmErrorCodeServiceOffline = 11,
kLastFmErrorCodeSubscribersOnly = 12,
kLastFmErrorCodeInvalidAPISignature = 13
kLastFmErrorCodeInvalidAPISignature = 13,
kLastFmerrorCodeServiceError = 16
};

enum LastFmRadioErrorCodes {
Expand Down

0 comments on commit 080d37c

Please sign in to comment.