object ErrorPages
(source)
fun createErrorPage(context: Context, errorType: ErrorType, htmlResource: Int = R.raw.error_pages, cssResource: Int = R.raw.error_style): String
Load and generate error page for the given error type and html/css resources |