Skip to content

Commit

Permalink
Add SpiceNOTENOUGHDATA2 exception (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgobat committed Jun 27, 2023
1 parent 141fe4d commit 498989a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/spiceypy/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3407,6 +3407,10 @@ class SpiceNOTDISTINCT(SpiceyPyError):
pass


class SpiceNOTENOUGHDATA2(SpiceyPyError):
pass


class SpiceNOTENOUGHPEAS(SpiceyPyError):
pass

Expand Down Expand Up @@ -4955,6 +4959,7 @@ class SpiceZZHOLDNOPUT(SpiceyPyError):
"SPICE(NOTDIMENSIONALLYEQUIV)": SpiceNOTDIMENSIONALLYEQUIV,
"SPICE(NOTDISJOINT)": SpiceNOTDISJOINT,
"SPICE(NOTDISTINCT)": SpiceNOTDISTINCT,
"SPICE(NOTENOUGHDATA2)": SpiceNOTENOUGHDATA2,
"SPICE(NOTENOUGHPEAS)": SpiceNOTENOUGHPEAS,
"SPICE(NOTFOUND)": SpiceNOTFOUND,
"SPICE(NOTIMETYPEFLAG)": SpiceNOTIMETYPEFLAG,
Expand Down

0 comments on commit 498989a

Please sign in to comment.