errorHandlers property
Custom static error pages.
Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
Implementation
core.List<ErrorHandler>? errorHandlers;
Custom static error pages.
Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
core.List<ErrorHandler>? errorHandlers;