fmodf
b3b3b3aef7
Reviewed-on: narayana/conversations-classic-ios#1 Co-authored-by: fmodf <fmodf.ios@gmail.com> Co-committed-by: fmodf <fmodf.ios@gmail.com>
12 lines
238 B
Swift
12 lines
238 B
Swift
enum AppError: Error {
|
|
case clientNotFound
|
|
case rosterNotFound
|
|
case imageNotFound
|
|
case videoNotFound
|
|
case noData
|
|
case fileTooBig
|
|
case invalidContentType
|
|
case invalidLocalName
|
|
case featureNotSupported
|
|
}
|