ShapeEdit/ShapeEditError.swift
/* |
Copyright (C) 2016 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
This file contains the list of error codes that ShapeEdit can throw. |
*/ |
/// These represent the possible errors thrown in our project. |
enum ShapeEditError: ErrorType { |
case ThumbnailLoadFailed |
case BookmarkResolveFailed |
case NoShape |
case PlistReadFailed |
case SignedOutOfiCloud |
} |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-09-13