2 parents 4c6824e + 6e5d743 commit cca8b09Copy full SHA for cca8b09
1 file changed
yaacc/src/main/java/org/fourthline/cling/model/message/UpnpResponse.java
@@ -31,7 +31,8 @@ public static enum Status {
31
PRECONDITION_FAILED(412, "Precondition Failed"),
32
UNSUPPORTED_MEDIA_TYPE(415, "Unsupported Media Type"),
33
INTERNAL_SERVER_ERROR(500, "Internal Server Error"),
34
- NOT_IMPLEMENTED(501, "Not Implemented");
+ NOT_IMPLEMENTED(501, "Not Implemented"),
35
+ SERVICE_UNAVAILABLE(503, "Service Unavailable");
36
37
private int statusCode;
38
private String statusMsg;
0 commit comments