Skip to content

Commit cb27504

Browse files
committed
Add 417 to localizable
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
1 parent d0e6035 commit cb27504

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/NextcloudKit/NKError.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public struct NKError: Error, Equatable, Sendable {
100100
return NSLocalizedString("_error_precondition_", value: "The server does not meet one of the preconditions that the requester", comment: "")
101101
case 413:
102102
return NSLocalizedString("_request_entity_too_large_", value: "The file is too large", comment: "")
103+
case 417:
104+
return NSLocalizedString("_expectation_failed_", value: "Expectation failed", comment: "")
103105
case 423:
104106
return NSLocalizedString("_webdav_locked_", value: "WebDAV Locked: Trying to access locked resource", comment: "")
105107
case 500:

0 commit comments

Comments
 (0)