Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 mysite.com 的网站,其中包含像 Stripe 这样的支付 API。我正在构建一个 SDK,并试图找出 NSError 错误域的正确名称。任何 SDK 错误(即客户端验证错误)都在 MySiteSDKDomain 中。任何站点 API 错误(来自 mysite.com 的错误)都在 MySiteAPIDomain 中。
这些 NSError 域名的约定是什么?