summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/REST/RESTError.swift
AgeCommit message (Collapse)AuthorFilesLines
2022-10-20Move REST into separate frameworksajacl1-121/+0
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov1-0/+1
2022-10-13Add transport support in REST APISajad Vishkai1-4/+21
2022-09-26Replace ChainedError with WrappingErrorAndrej Mihajlov1-7/+20
2022-08-03Format source code with swiftformatAndrej Mihajlov1-4/+2
2022-08-02Add device managementAndrej Mihajlov1-2/+2
2022-08-01REST: add helper to compare server response codesAndrej Mihajlov1-0/+8
2022-05-30Stop key rotation if device is revokedAndrej Mihajlov1-0/+1
2022-05-17REST: drop response decoder and introduce response handler resultAndrej Mihajlov1-91/+45
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov1-5/+22
2022-02-22Add period at the end of error descriptionsAndrej Mihajlov1-5/+5
2021-09-16REST: refactorAndrej Mihajlov1-0/+112