genvid.toolbox.HttpError

class genvid.toolbox.HttpError(errortype, error, httperror, response)

ベースクラス: Exception

Cluster API のエラーです。

errortype

エラータイプ

error

エラーメッセージ

httperror

オリジナルの HTTP エラー

response

オリジナルの HTTP レスポンス

class httpapi.HttpError

genvid.toolbox.HttpError の実装