We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57edaf7 commit 00a3dc6Copy full SHA for 00a3dc6
1 file changed
include/sdf/Error.hh
@@ -147,6 +147,18 @@ namespace sdf
147
/// \brief Merge include is unspported for the type of entity being
148
/// included.
149
MERGE_INCLUDE_UNSUPPORTED,
150
+
151
+ /// \brief Parsing a SDF object to a USD object failed.
152
+ /// This error type is specific to the USD component.
153
+ USD_SDF_TO_USD_PARSING_ERROR,
154
155
+ /// \brief The pxr::SdfPath does not point to a valid USD prim.
156
157
+ USD_INVALID_PRIM_PATH,
158
159
+ /// \brief A pxr API was not able to be applied to a USD prim.
160
161
+ USD_FAILED_PRIM_API_APPLY,
162
};
163
164
class SDFORMAT_VISIBLE Error
0 commit comments