«
class documentation

class ErrorView(View): (source)

Constructor: ErrorView(**kwargs)

View In Hierarchy

Displays an error.

Parameters
detailedwhether to display a detailed error message
popoutif provided, displays a popout button with the given dictionary of props
leftwhether to display on the left side of the popout button
Method __init__ Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Method to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source)