16 lines
152 B
Swift
16 lines
152 B
Swift
|
|
enum SecurityScopeStatus {
|
|
|
|
case noPath
|
|
|
|
case urlMismatch
|
|
|
|
case noBookmark
|
|
|
|
case bookmarkCorrupted
|
|
|
|
case stale
|
|
|
|
case nominal
|
|
}
|