Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/t/o/TopHat-1.02/TopHat_Platform/Request/requesterrors.py TopHat(Download)
def __init__(self, message): self.code = CODE.CONFLICT self.message = message
src/t/o/TopHat-Platform-HEAD/Request/requesterrors.py TopHat-Platform(Download)
def __init__(self, message): self.code = CODE.CONFLICT self.message = message
src/t/o/TopHat-1.02/TopHat_Platform/Request/Requests/apitokens.py TopHat(Download)
# handle the possibility the user already exists except mdb.IntegrityError, e: raise Conflict(CODE.CONFLICT, "A unexpected conflict occurred when trying to create your anonymous login token.") # handle all other DB errors
src/t/o/TopHat-Platform-HEAD/Request/Requests/apitokens.py TopHat-Platform(Download)
# handle the possibility the user already exists except mdb.IntegrityError, e: raise Conflict(CODE.CONFLICT, "A unexpected conflict occurred when trying to create your anonymous login token.") # handle all other DB errors