Packages
Fast B-tree–backed token store for stateful sessions
Current section
Files
Jump to
Current section
Files
lib/errors.ex
# This binding was generated automatically to ensure consistency across languages
# Generated using ChatGPT (GPT-5) from the canonical Ruby SDK
# API is stable and production-ready
defmodule CRUDJT_Errors do
@errors %{
"XX000" => Errors.InternalError,
"55JT01" => Errors.InvalidState
}
def errors, do: @errors
end