Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.util.schema
/
MaxErrorsReachedException
MaxErrorsReachedException
private
class
MaxErrorsReachedException
:
Exception
Dummy error to implement maxDepth. Never returned to the user.
Members
Constructors
Max
Errors
Reached
Exception
Link copied to clipboard
constructor
(
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?