MCPcopy
hub / github.com/uselotus/lotus / InvalidOperation

Class InvalidOperation

backend/metering_billing/exceptions/exceptions.py:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class InvalidOperation(APIException):
37 status_code = 400
38 default_detail = "Invalid operation"
39 default_code = "invalid_operation"
40
41
42class UserNoOrganization(APIException):

Callers 8

editMethod · 0.90
deleteMethod · 0.90
set_replacementMethod · 0.90
make_replacementMethod · 0.90
deleteMethod · 0.90
deleteMethod · 0.90
deleteMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected